type golang.org/x/crypto/chacha20poly1305.xchacha20poly1305

6 uses

	golang.org/x/crypto/chacha20poly1305 (current package)
		xchacha20poly1305.go#L14: type xchacha20poly1305 struct {
		xchacha20poly1305.go#L31: 	ret := new(xchacha20poly1305)
		xchacha20poly1305.go#L36: func (*xchacha20poly1305) NonceSize() int {
		xchacha20poly1305.go#L40: func (*xchacha20poly1305) Overhead() int {
		xchacha20poly1305.go#L44: func (x *xchacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
		xchacha20poly1305.go#L69: func (x *xchacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {